home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 6 / PC World Interactive 6.iso / online / sptn3209.EXE / readme.txt < prev    next >
Text File  |  1995-09-05  |  9KB  |  279 lines

  1.          SimpTerm Version 0.9.4 - WINSOCK Edition
  2.  
  3.  A telnet/rlogin client with file download and KANJI display support
  4.  Copyright  (c)  JIANQING HU  1993, 1994, 1995.  All rights reserved.
  5.  Author: JIANQING HU, 470 W 27th ST. Chicago IL 60616 (312) 326-0200
  6.  
  7.  This is the network version of SimpTerm with telnet, rlogin support
  8.  over a winsock 1.1 compatible TCP/IP stack under MS Windows.
  9.  
  10.  The 32 bit version SPTNET32.EXE works with NT 3.1 and up, Windows 95
  11.  and Windows 3.1with win32s 1.15 and up
  12.  
  13.  The 16 bit version SPTNET16.EXE works with Windows 3.1 and up
  14.  
  15.  
  16. New in this version
  17. ===================
  18.  
  19.   Windows 95 style scroll bar and tool bar
  20.  
  21.        This requires Windows 95, but the program will run on Windows 3.1
  22.        and up.  The toolbar needs 16 or 32 bit commctrl.dll, so if you 
  23.        have only Windows 3.1 or NT 3.1, the toolbar may not show up.  
  24.        
  25.   Kermit and Zmodem download with autodetection
  26.  
  27.        Just start the remote kermit or zmodem program and SimpTerm will 
  28.        enter download mode once it sees the remote end want to send a file
  29.  
  30.   Display BIG5 and HZ code at the same time
  31.  
  32.        This version of SimpTerm will decode Chinese text in the screen 
  33.        buffer so makes it possible for you to read HZ and BIG5 or 
  34.        HZ and GB at the same time. 
  35.        
  36.   Huge scroll back buffer 
  37.   
  38.        Anywhere between 200 to 32760 lines configurable. So be ready to
  39.        have plenty of RAM or SWAP File.
  40.   
  41.  
  42. Command Line Arguments
  43. ======================
  44.  
  45.     Format
  46.  
  47.     sptnet16 [-d] [-f config-file] [-w] [host-name [port] [-l login-name]]
  48.  
  49.     For 32 bit version, use sptnet32 
  50.  
  51.     where anything in [ ] is optional
  52.  
  53.           -d  Bring up the Remote Connection dialog after start-up
  54.               ignored if used with a host name
  55.  
  56.           -f config-file
  57.  
  58.               Use config-file instead of default as configuration file
  59.               If the named file does not exist, the program will produce
  60.               one in that name with default settings.
  61.  
  62.               For 16 bit version, the default configuration file is
  63.               sptnet16.ini. For 32 bit version, sptnet32.ini
  64.  
  65.               example: sptnet16 -f foo.cfg
  66.  
  67.           -w  Disable the telnet window size and teminal type negotiation
  68.               ignored when use the program for other purpose
  69.  
  70.           host-name
  71.  
  72.               Specify a host name or IP address
  73.  
  74.               example: sptnet16 foo.bar.com
  75.                        sptnet16 192.0.2.1
  76.  
  77.           port
  78.  
  79.               Specify a service name or port number.
  80.               Must follow a host name or address
  81.  
  82.               For rlogin, the service name IS login
  83.               
  84.               If this field is missing and a host
  85.               is specified, the telnet is assumed
  86.  
  87.               example
  88.                    sptnet16 foo.bar.com login 
  89.                    sptnet16 foo.bar.com 513 
  90.                     - rlogin to foo.bar.com
  91.  
  92.                    sptnet16 foo.bar.com daytime 
  93.                     - connect to foo.bar.com's date server
  94.  
  95.           -l login-name
  96.  
  97.              Provide a login name or a user name when doing
  98.              rlogin, finger
  99.  
  100.  
  101.               
  102. Make a connection
  103. =================
  104.  
  105.     If you start the program with no command line argument,
  106.     You use the Remote Connection dialog to fill-in required
  107.     information. 
  108.  
  109.     The Login Name filed could be use to specify a login name
  110.     for rlogin or a user name for finger
  111.  
  112.     This field will be IGNORED by other services
  113.  
  114.  
  115. View Chinese Text
  116. =================
  117.  
  118.     To see Chinese text, you may either use a Chinese Windows,
  119.     Chinese-enable software for Windows or the internal KANJI
  120.     driver of SimpTerm.
  121.  
  122.     The intenal driver is especially useful when you 
  123.  
  124.       -don't want to install a huge Chinese system
  125.       
  126.       -don't lucky enough to have a video driver to
  127.        work properly with those Chinese systems
  128.  
  129.       -want to view more than one type of Chinese text
  130.  
  131.     To enable this driver, you check the Use Bitmap Font
  132.     in the View menu and install a set of Chinese Bitmap
  133.     fonts
  134.  
  135.     To disable this driver, you uncheck the Use Bitmap Font
  136.     in the  View menu OR remove the Chinese font
  137.  
  138.     It is possible for you to use the internal driver
  139.     for one type of Chinese text only. In this case,
  140.     you just install the font for this type of text.
  141.  
  142.     Note: HZ and GB filter use the same GB font
  143.           so to use internal driver for HZ only
  144.           you can't choose GB and HZ at the same time.
  145.  
  146.     
  147. Install Chinese font files
  148. ==========================
  149.  
  150.     The internal Chinese font driver read KFMGR.INI
  151.     for font information. 
  152.  
  153.     This is an ASCII file. You can use DOS edit or 
  154.     Windows notepad to change it.
  155.  
  156.     File Format:
  157.  
  158.     [fonts]
  159.     gbfont=GB-font-file-name
  160.     big5font=BIG5-font-file-name
  161.  
  162.     where
  163.         GB-font-file-name specifies a GB encoded bitmap font
  164.         BIG5-font-file-name specifies a BIG5 encoded bitmap font
  165.  
  166.     example
  167.  
  168.     [fonts]
  169.     gbfont=c:\fonts\kanji\cclib.16
  170.     big5font=c:\fonts\kanji\chinese.16
  171.  
  172.     Note: the driver can't use bitmap font with a larger than a 6X16 cell
  173.           This package contains NO bitmap font files. You have to get
  174.           it somewhere on the internet with Chinese related software.
  175.           Try ftp.ifcss.org or cnd.org
  176.  
  177.  
  178. Short Cut Keys
  179. ==============
  180.  
  181.    ALT-R Bring up the Receive File dialog box
  182.    ALT-K Start Kermit Receive
  183.    ALT-Z Start Zmodem Receive
  184.    ALT-Y Start Ymodem Receive
  185.    ALT-G Start Ymodem G Receive
  186.  
  187.    ALT-D Make a new connection
  188.  
  189.    CTRL-INS Copy selected text to clipboard
  190.    SHIFT-INS Paste clipboard text to terminal window
  191.  
  192. Using Mouse
  193. ===========
  194.  
  195.    The left mouse button is configured like other Windows program
  196.    that can be used to select text in the terminal window. However
  197.    when double click the left mouse button, the text under mouse pointer
  198.    will be send to the remote computer. The right mouse button, when clicked
  199.    will send an enter to the remote computer when there is no text selected.
  200.    Otherwise, it will send the selected text to the remote computer.
  201.  
  202.  
  203.  
  204. Bugs and Limitations
  205. ====================
  206.  
  207. File download may not work with your host computer. 
  208. If you are lucky enough to have them work, the throughput, 
  209. in most cases, will be slower than ftp, which is by design for a 
  210. TCP/IP connection.  The reason is that a tcp/ip connection
  211. add a lot of information on a packet and doing acknowlegement
  212. for each packet. So even the stream protocols like zmodem, ymodem-G
  213. won't help.
  214.  
  215. Rlogin will not work if you use TIA or Slirp, which provide a dummy
  216. internet address over a SLIP/PPP connection.
  217.  
  218. 32 bit version may cause a GPF when you use Microsoft mosue with their
  219. version 9.0 POINTER.EXE/POINTER.DLL under WIN32S.  But after the error
  220. box is closed, the 32 bit version will work just normally.
  221. Upgrade to 9.01 (ftp.microsoft.com)
  222.  
  223. When displaying Chinese text in GB or BIG5 mode, the text may not be
  224. broken at proper place when there is no line break in the original
  225. encoded Chinese text. For example the HXWZ electronics magzines. Use
  226. a Chinese text viewer at the remote end to improve the situation.
  227.  
  228.  
  229. Contact the Author
  230. ==================
  231.  
  232. I will be more than happy to hear from you for any suggestion, comment
  233. or bug report. I can be reached at
  234.  
  235. JIANQING HU
  236. 470 W. 27st Street
  237. Chicago, IL 60616
  238. USA
  239.  
  240. Telephone: (01) 312-326-0200
  241.  
  242. Internet: thssjyh@iitmax.acc.iit.edu or 
  243.           hujianq@xtreme2.acc.iit.edu
  244.  
  245.  
  246. Donations
  247. =========
  248.  
  249.    If you like this program, you may make some donations
  250.    to further support its future develpmonet.
  251.  
  252.    Money is always welcomed but the following may serve
  253.    the purpose equally well:
  254.  
  255.         Post Cards
  256.  
  257.            from where you live/work and possibly with
  258.            how you like/dislike the program
  259.  
  260.         Jeep parts and Off-Road things
  261.  
  262.            I drive a 95 Jeep Wrangler I-6 and am looking for
  263.            any interesting things for this type of trucks
  264.            like tops, soft doors, manuals, etc.
  265.  
  266.         Electronics Stuff
  267.  
  268.            I made my first radio at age of 10 and it was
  269.            my hobby of choice before I wrote programs.
  270.            So I am interested in CBs, radios, scanners 
  271.            of any kind in any conditions. 
  272.  
  273.         
  274.         Camera Parts
  275.  
  276.            Anything for Canon A-1 manual SLR
  277.  
  278.         
  279.